You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > clMtxExpr Class > clMtxExpr Methods > clMtxExpr.DotProd Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clMtxExpr.DotProd Method

Returns the dot product: sum(X*Y).

Syntax
C#
Visual Basic
public static double DotProd([In] TOpenCLVector X, [In] TOpenCLVector Y);

Internally calls clVector.DotProd

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!